home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / cg.lha / cg / m2c / Dialog.h < prev    next >
C/C++ Source or Header  |  1992-11-24  |  153b  |  9 lines

  1. #define DEFINITION_Dialog
  2.  
  3. #ifndef DEFINITION_Tree
  4. #include "Tree.h"
  5. #endif
  6.  
  7. extern void Dialog_Dialog ARGS((Tree_tTree t));
  8. extern void BEGIN_Dialog();
  9.